Welcome![Sign In][Sign Up]
Location:
Search - GNU LINUX

Search list

[Software Engineeringgcc_user_guide_in_embed_linux

Description: 很多时候,你所使用的开发平台和你的开发所面向的机器并不一致。比如,你可能想在装有x86/Linux的膝上电脑上构建一个PowerPC/Linux的应用程序。使用GNU工具包中的gcc,gas和ld工具,可以指定并构建一个交叉编译器,使你能够在本地机器上创建面向其它目标机器的应用程序。稍微用些功夫,你甚至可以搭建出一个环境,从而能够针对各种不同的目标而构建应用程序。在本指南中,我描述了在系统上构建交叉编译器所需的过程。我还讨论了构建一个完全的面向一系列目标的环境,展示了如何与distcc和ccache工具结合使用,并且描述了保持最新版本以及在新开发平台上进行更新,所需的方法。 构建交叉编译器,需要对构建一个典型的UNIX开源项目有基本的了解,具有一些基本的shell技能,还要有相当的耐心。 -Very often, you have to use the development platform and you are for the development of the machine is not unanimous. For example, You may wish to x86/Linux installed on the laptops build a PowerPC/Linux Application procedures. GNU tool kit of gcc, gas and ld tools can specify and construct a cross-compiler, allows you to the local machine to create other goal-oriented machinery applications. With a little work, you can even set up a one environment, which can target different goals construction applications. In the Guide, I describe the system built cross compiler for the process. I also discussed the construction of a complete series of target-oriented environment, demonstrated how distcc and ccache tool combination, and describes the latest version, and maintain the new development pl
Platform: | Size: 15360 | Author: asb | Hits:

[Other2.6_kernel_on_HHARM2410_HHARM9200

Description: HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核,由于项目原因,先后跑了2.6.11,2.6.13和2.6.15,试了一下ftp.kernel.org上下载的2.6.16,没跑起来,打住。 2. 编辑linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改为 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的编译器是4.0.1版本的,一般的3.x的应该都没问题-HHARM2410: 1. Ftp://ftp.arm.linux.org.uk downloaded from the linux kernel, as a result of the reasons the project has run 2.6.11,2.6.13 and 2.6.15, try a bit ftp.kernel.org downloaded 2.6.16, no run up, stop. 2. Editor linux-2.6.15/Makefile, ARCH? = $ (SUBARCH) CROSS_COMPILE? = Read ARCH? = Arm CROSS_COMPILE? = Arm-unknown-linux-gnu-compiler I used is version 4.0.1, the general 3.x should be no problem
Platform: | Size: 68608 | Author: | Hits:

[Other Riddle gamestriangle_game

Description: 三角形游戏的在linux 平台上 基于 gnu c/c++ 的实现,游戏规则:参见 http://imagiware.com/triangle/ 本程序能够递归的实现三角形游戏的解步骤(类似于九连环游戏)并有图像演示
Platform: | Size: 7168 | Author: hydro | Hits:

[Software EngineeringGNUMakemanual

Description: GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) At present, although there are a number of online books, but they should not fully explain the Linux source code at all levels of Makefile files, so I carefully read the GNU Make Manual (3.79) version of the original text, in Based on this translation of the manual, to meet the demand for Linux source code are interested in or wish to adopt GCC programming GNU Make but the lack of a comprehensive understanding of the needs of people.
Platform: | Size: 132096 | Author: 刘俊 | Hits:

[Otherchinesegnumake-v3.80

Description: linux中Makefike中文手册,对于Linux开发有很大参考价值.
Platform: | Size: 916480 | Author: 林启涛 | Hits:

[JSP/Javakissme

Description: kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run console java applications. kissme is to be used with the GNU Classpath java class library. kissme also provides support for orthogonally persistent java
Platform: | Size: 645120 | Author: 彭伟才 | Hits:

[OtherGNU_attribute

Description: C在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__attribute__的相关使用。本文结合自己的学习经历,较为详细的介绍了__attribute__相关语法及其使用-C in learning linux kernel code and some open source software source code (such as: DirectFB), often can see the relevance of the use of __attribute__. In this paper, their own learning experiences, more detailed introduction of the grammar and its use __attribute__ related
Platform: | Size: 15360 | Author: gygy | Hits:

[Linux-UnixDM9000_LINUX_V120

Description: This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
Platform: | Size: 11264 | Author: 杨议 | Hits:

[BooksLinux_1.ZIP

Description: 无所不在的嵌入式系统的详细的说明,GNU编程-Ubiquitous embedded systems detailed explanation, GNU programming
Platform: | Size: 9024512 | Author: 张丰 | Hits:

[Software EngineeringGCC

Description: 在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada等。开放、自由和灵活是Linux的魅力所在,而这一点在GCC上的体现就是程序员通过它能够更好地控制整个编译过程。
Platform: | Size: 12288 | Author: 金阳 | Hits:

[Software Engineeringlibc

Description: linux c函数参考手册,英文版,最全的。是gnu的手册-linux c function reference manual, in English, the most comprehensive. Is the gnu manual
Platform: | Size: 3086336 | Author: hoop | Hits:

[Linux-Unixaqualung-0.9beta6.tar

Description: Aqualung is an advanced music player primarily targeted for the GNU/Linux operating system, but also usable on FreeBSD and Cygwin.
Platform: | Size: 979968 | Author: lin | Hits:

[Linux-Unixpciutils-2.2.8

Description: The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports) FreeBSD (via /dev/pci) NetBSD (via libpci) OpenBSD (via /dev/pci) GNU/kFreeBSD (via /dev/pci) Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access)
Platform: | Size: 250880 | Author: 秦淅 | Hits:

[Linux-Unixmultiget

Description: 一款LINUX下的下载软件,遵循GNU协议。-Under a LINUX download software, follow the GNU agreement.
Platform: | Size: 1469440 | Author: 牛浩帆 | Hits:

[Linux-Unixrosegarden-1.6.0

Description: LINUX下的混音软件,遵循GNU协议。-LINUX under mixing software, follow the GNU agreement.
Platform: | Size: 8757248 | Author: 牛浩帆 | Hits:

[Linux-UnixGNUmake

Description: GNU Make,介绍了linux下makefile的语法,排版清晰,使用方便。-GNU Make, introduced the makefile under linux syntax, layout clear and easy to use.
Platform: | Size: 107520 | Author: bin | Hits:

[Embeded Linuxs3c2410LinuxDocument

Description: 构建嵌入式Linux系统的详细文档,系统启动bootloader的编写,GNU交叉工具链的构建,u-boot的移植,linux2.6内核的移植,应用程序的移植 NAND flash驱动的编写与移植-Embedded Linux System Construction of the detailed document, prepared by the bootloader to boot the system, GNU cross tool chain build, u-boot transplant, linux2.6 core of the transplant, the application of transplantation NAND flash-driven preparation and transplantation
Platform: | Size: 1026048 | Author: tutu | Hits:

[Linux-UnixGNU_make_zh_CN

Description: GNU make中文手册,本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。作为一个Linux程序员,make工具的使用以及编写Makefile是必需的。-GNU make Chinese Manual, this article about the complete GNU make tools, GNU make to cover the use of grammar. At the same time focus on how to prepare a project Makefile. As a Linux programmer, make tools and the preparation of Makefile is essential.
Platform: | Size: 901120 | Author: 留得话 | Hits:

[Linux-UnixGNU_Emacs_Manual_14th_Ed

Description: Unix/Linux下最著名的编辑器Emacs的手册第14版-err
Platform: | Size: 2112512 | Author: Luca | Hits:

[Linux-Unixnewlib-1.15.0

Description: KPIT GNU Tools is a set of GNU development tools for Renesas microcontrollers.
Platform: | Size: 11316224 | Author: billy1018 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »

CodeBus www.codebus.net